home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / dskwal14.zip / DESKWALL.TXT < prev    next >
Text File  |  1994-07-07  |  5KB  |  145 lines

  1. DeskWall - Change your Windows wallpaper from DOS and Windows
  2.            (c) 1993,94 by Andreas Furrer
  3. =============================================================
  4.  
  5.  
  6. This is version 1.4 of DeskWall.
  7.  
  8. DeskWall lets you change the wallpaper of your Windows desktop from DOS
  9. and from Windows.
  10.  
  11. With DeskWall you can have your wallpaper bitmaps in ANY directory.
  12. DeskWall lets you cange your wallpaper randomly, cyclic and to a specific
  13. bitmap from DOS and from Windows. In Windows you can also change the
  14. wallpaper interactively.
  15.  
  16. DeskWall requires Windows 3.1
  17.  
  18.  
  19. Usage
  20. =====
  21.  
  22. The usage of DeskWall from DOS or Windows is nearly the same:
  23.  
  24. Syntax:
  25.   WINDOWS:
  26.     DESKWALL [BitmapDirectory] [/None | /Random | /Cycle | BitmapFileName]
  27.   DOS:');
  28.     DESKWALL [BitmapDirectory] /None | /Random | /Cycle | BitmapFileName
  29.  
  30.  
  31. If your Bitmaps are not in the directory from where you start DeskWall,
  32. you have to specify the path to your bitmaps with the parameter 
  33. BitmapDirectory.
  34. If you enter a bitmap file name without extension, '.BMP' will be added
  35. to the file name.
  36.  
  37. The meaning of the parameters are the following:
  38. - /None
  39.   The wallpaper is set to no bitmap.
  40. - /Random
  41.   The wallpaper is randomly set to one of the bitmaps in the bitmap
  42.   directory.
  43. - /Cycle
  44.   The wallpaper is set to the following bitmap in the bitmap directory.
  45.  
  46.  
  47. If you start DeakWall from DOS you have to enter one of the parameters 
  48. /None, /Random, /Cycle or BitmapFileName.
  49.   
  50. In Windows you can omit this parameter. You will then see a dialog that 
  51. lets you set the wallpaper interactively.
  52. In this dialog there are some buttons:
  53. - None
  54.   The wallpaper is set to no bitmap.
  55. - Options
  56.   This button will open the options dialog of DeskWall. In this dialog you
  57.   can setup the default setting for DeskWall. You can setup if
  58.   - Updating WIN.INI is checked when starting DeskWall
  59.   - DeskWall starts in test mode
  60.   - and what layout the wallpaper will have. Here you can choose tile,
  61.     cascade or the layout which is currently setup.
  62.   In the options dialog there are also buttons to see the syntax of DeskWall
  63.   and the about dialog.
  64. - update WIN.INI
  65.   If this button is checked, your WIN.INI will be updated. Otherwise
  66.   the wallpaper is set, but the WIN.INI is not updated, so the next
  67.   time you restart windows, you will get the previous wallpaper.
  68. - test mode
  69.   If this button is checked, deskwall will be in a test mode. 
  70.   If you set a wallpaper in the test mode, DeskWall will minimize all
  71.   other windows and hide itself. You can now see the wallpaper. If you
  72.   press the left mouse button or a key, DeskWall becomes visible and you can
  73.   test other bitmaps.
  74. - Bitmaplayout center/tile
  75.   With this two buttons you can control if your new bitmap will be centered or
  76.   tiled.
  77.  
  78.  
  79. Only if you start DeskWall from DOS:
  80.   You have to start DeskWall from the windows directory, because DeskWall 
  81.   have to change your WIN.INI. Before DeskWall makes any changes to your 
  82.   WIN.INI it will rename your original WIN.INI to WIN.BAK.
  83.   Because DeskWall will only change the setting of the wallpaper in your
  84.   WIN.INI the change of the wallpaper will only take effect for the next
  85.   Windows session.
  86.   If you want to change your wallpaper everytime when you start windows
  87.   it is the best to have a file WINSTART.BAT in your windows directory.
  88.   Windows will execute WINSTART.BAT everytime when you start Windows.
  89.   A sample WINSTART.BAT which will change your wallpaper randomly could
  90.   look like this:
  91.   (assuming that your windows directory is C:\WINDOWS, DeskWall is in
  92.   C:\WINDOWS\TOOLS and your bitmaps are in C:\WINDOWS\BITMAP)  
  93.  
  94.     @ECHO OFF
  95.     c:
  96.     cd \windows
  97.     c:\windows\tools\deskwall c:\windows\bitmap /random
  98.  
  99.  
  100. If you have setup your Windows for German language, you will get a German 
  101. version of DeskWall in Windows. The DOS version is always in English.
  102.  
  103.  
  104.  
  105. Freeware-Note
  106. =============
  107.  
  108. You can use and distribute DeskWall free, as long as the following files are 
  109. not changed and you distribute all files together
  110.  
  111. - deskwall.exe
  112. - deskwall.txt
  113.  
  114. I am programming DeskWall for fun and not to make any profit. 
  115. That's why DeskWall is free and you don't have to pay more or less high 
  116. registration charges. I think it is a bad habit, that more and more program 
  117. authors want to have money even for the smallest programs.
  118.  
  119. For informations about my other FREE Windows tools see the file
  120. SOFTWARE.TXT (or the German version SOFTWARE.TXG).
  121.  
  122. Long live the Freeware!
  123.  
  124.  
  125. If you have problems, comments, suggestions or you detect one error, 
  126. please E-Mail to
  127.  
  128. s_furrer@ira.uka.de
  129.  
  130.  
  131. (c) 1993,94 by Andreas Furrer
  132.  
  133.  
  134. Version history
  135. =================
  136. 1.4: - Now DeskWall will also work with RLE and DIB files.
  137.      - You can now use any key to finish the test mode.
  138. 1.3: - Added the functions to set no bitmap.
  139. 1.2: - Fixed a bug with the COMMDLG.DLL of Windows for Workgroups 3.11.
  140.        This bugs caused that the options were not available in the
  141.        interactive mode of DeskWall.
  142. 1.1: - Added the options dialog to set the default settings for DeskWall.
  143.      - Moved the syntax dialog from the about box to the options dialog.
  144. 1.0: First version of DeskWall.
  145.